home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 2003 October
/
PCNET_CD_2003_10_1.iso
/
surpriz
/
bubblewrap.swf
/
scripts
/
DefineButton2_196
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-08-19
|
222 b
|
11 lines
on(release){
setBubbleSize(presetlarge);
makeBubbles();
click = new Sound();
click.attachSound("must-have-more");
click.start();
_root.gotoAndStop(1);
enableSheet(true);
restartTimer();
}